{% load i18n %} {% if author and author_link %} {% blocktrans %}
The following attributes of {{ class }} {{ name }} were changed by {{ author }}:
{% endblocktrans %} {% else %} {% blocktrans %}The following attributes of {{ class }} {{ name }} were changed:
{% endblocktrans %} {% endif %}